home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / futilbin / readme.st < prev    next >
Text File  |  1991-11-07  |  2KB  |  30 lines

  1. Here are binary versions of the GNU file utilities version 3.1. Source code
  2. is available at atari.archive.umich.edu, in /atari/mint/futilsrc.zoo.
  3. (The source code has very few changes from the standard GNU file utilities,
  4. except that fsinfo.c was modified quite extensively to use the TOS
  5. Dfree function when __MINT__ is defined, instead of using statfs.)
  6.  
  7. All of these utilities will run either under MiNT or TOS, but some of
  8. them (chgrp.ttp, chown.ttp, and ln.ttp) won't do anything useful in the
  9. latter case, or indeed if you have a version of MiNT earlier than 0.9.
  10. cp.ttp and mv.ttp do copying in 1K blocks, which is rather slow and
  11. painful, but I've left them that way for now -- at least they do copy
  12. sparse files on Minix file systems correctly.
  13.  
  14. The utilities like '/' as a path separator better than '\', but most
  15. of the time both should work. ls, chgrp, and chown try to read information
  16. from /etc/passwd and /etc/group on the current drive; under MiNT, I
  17. usually make drive U: my current drive and make U:\etc a symbolic link to
  18. where my password and termcap files are.
  19.  
  20. One peculiarity to note with df: if you have only 1 floppy drive connected
  21. to your system, it is always called drive a: and trying to do "df b:" will
  22. never work.
  23.  
  24. Manual pages for all these things are with the source code (q.v.).
  25. The programs like du, df, etc. report sizes in 1K block sizes by default,
  26. unless the environment variable POSIX_ME_HARDER is set (in which case
  27. 512 byte blocks are used).
  28.  
  29. Eric R. Smith        Nov. 5, 1991
  30.